Paste the resized image contents into the newly created image 糊的影像内容纳入新增缩放图像
The service replies with the resized image , again as an attachment 服务使用改变了大小的图像(同样作为附件)作为应答。
When resizing images for the web , images will often seem sharper than when viewed at 100 % . thus , when pixel - peeping to determine the sharpness of a lens , look at 100 % crops 图片缩小后往往比100 %察看要锐利,所以当你要考察镜头的锐度时请一定要看100 %截图。
If you just resize images by specifying a width and height in html or css , they will still be slow to download because the full file size is being used 如果你仅是通过使用html和css来指定图片的宽度和高度,那么图片下载起来还是会很慢的,因为图片的实际大小并没有更改。
If you want your web application to serve images in a variety of sizes , you can write a custom handler to resize images and then send them back to the user as the handler s response 如果希望web应用程序能够提供不同大小的图像,可以编写一个自定义处理程序来调整图像大小,然后将调整后的图像作为处理程序的响应返回给用户。